home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio.iso / pc / browser.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1997-01-29  |  170 b   |  11 lines

  1. on mouseDown
  2.   pushbtn()
  3.   if rollOver(clickOn()) then
  4.     if the machineType = 256 then
  5.       go(the frame + 2)
  6.     else
  7.       go(the frame + 1)
  8.     end if
  9.   end if
  10. end
  11.